Bump jquery-ui to 1.14.2 in grails-forge and fix jQuery/BOM compat - #16021
Closed
dependabot[bot] wants to merge 4 commits into
Closed
Bump jquery-ui to 1.14.2 in grails-forge and fix jQuery/BOM compat#16021dependabot[bot] wants to merge 4 commits into
dependabot[bot] wants to merge 4 commits into
Conversation
Bumps [org.webjars:jquery-ui](https://github.com/jquery/jquery-ui) from 1.10.3 to 1.14.2. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](jquery/jquery-ui@1.10.3...1.14.2) --- updated-dependencies: - dependency-name: org.webjars:jquery-ui dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…bump jquery-ui 1.10.3 -> 1.14.2 is a ~10 year jump with two breaking changes this Dependabot PR didn't account for: - Both org.webjars:jquery-ui and org.webjars:jquery-ui-themes report NOASSERTION in their 1.14.2 POM license metadata (confirmed against Maven Central), which fails the cyclonedxBom task. jQuery UI is MIT licensed, so both are added to SbomPlugin's LICENSE_MAPPING like the existing JLine/BouncyCastle overrides. - The 1.14.2 webjar restructured its layout: jquery-ui.min.js moved out of ui/minified/, and the jquery-ui-themes 'smoothness' theme was replaced by a single 'base' theme. The asset-pipeline require directives in spring-security-ui(.js|-register.js) and (jquery-ui|spring-security-ui).css hardcoded the old 1.10.3 paths, which would have 404'd at runtime. Verified locally: cyclonedxBom now passes with the license overrides applied, and assetCompile produces a bundle that actually contains jQuery UI 1.14.2 JS and the base theme CSS. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
jQuery UI 1.14.2 calls $.uniqueSort, which only exists in jQuery 3.0+ (it replaced the older $.unique). The plugin was still requiring jQuery 2.1.4, so jQuery UI threw "TypeError: t.uniqueSort is not a function" on load, aborting every other script bundled in the same asset file - breaking DataTables pagination, form handlers, autocomplete, and ajax login across the entire spring-security-ui admin UI. Confirmed via the real Testcontainers/Chrome browser console log used by the plugin's integration tests. Verified locally: all 97 tests across grails-test-examples-spring-security-ui-simple and -extended now pass with no console errors. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
A transitive dependency resolves biz.aQute.bnd:biz.aQute.bnd.annotation to 7.1.0, newer than the BOM's previously-managed 7.0.0, which fails validateDependencyVersions across grails-fields, grails-doc, grails-spring-security, and other modules. Pin it so the BOM stays authoritative. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
✅ All tests passed ✅🏷️ Commit: fcee4b6 Learn more about TestLens at testlens.app. |
Contributor
|
@borinquenkid This is not for 8.0.x and jQuery ui was already updated in 8.0.x |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
Bot
deleted the
dependabot/gradle/grails-forge/7.0.x/org.webjars-jquery-ui-1.14.2
branch
July 30, 2026 03:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps org.webjars:jquery-ui from 1.10.3 to 1.14.2.
Release notes
Sourced from org.webjars:jquery-ui's releases.
Commits
eda7aa31.14.227cd03fBuild: Update jQuery Migrate from 4.0.1 to 4.0.23a22f74Release: Update download.jqueryui.com from 2.3.12 to 2.4.5d6b0df9Build: Bump lodash from 4.17.21 to 4.17.239edfd2aBuild: Update jQuery 4.0.0-rc.1 to 4.0.0, Migrate 4.0.0-beta.1 to 4.0.1ada6080Build: Bump the github-actions group with 3 updatesd097272Build: Update jQuery Migrate 3.x from 3.5.2 to 3.6.047a890dBuild: Upgrade all dependencies, including jtr to 0.2.87571b73Build: Bump the github-actions group with 2 updates06033a7Build: Separate Node.js & Browser Tests, update tested Node.js versionsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)